home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
Libraries
/
Advanced I⁄O v2.3
/
Advanced i⁄o
/
c++serv.dr
< prev
next >
Wrap
Text File
|
1995-06-19
|
1KB
|
30 lines
Service C++ functions and classes
Makefile Makefile for making the library
README What is this all about and how to use it
myenv.h My customary standard environment
myenv.cc and supporting programs
endian_io.h Read/Write ints of various sizes taking the byte
endian_io.cc order into account + bit-stream IO
vendian_io.cc Verification program
Histogram of an integer-valued distribution
histogram.h Declaration of the class Histogram
histogram.cc Compouting the histogram and related operations
vhistogram.cc Verification of histogram operations
Arithmetic Coding of the sequence of integers
arithm.h Declaration of the class ArithmCoding
arithm_coding.cc Encoding/Decoding the input character
Providing the codec with the probability of the
current symbol to code
arithm_model.cc Basics of the symbol source model
arithm_modadapt.h Adaptive model, uses some apriori initial prob distr
arithm_modadapt.cc and adjusts it as symbols are processed
arithm_modadh.h Adaptive model, uses the histogram to guess the initial
arithm_modadh.cc prob distr and tailors it as symbols are processed
varithm.cc Verify the arithmetic coding